home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Programming / PrometheusSDK / Developer / include / GCC / inline / prometheus.h
Encoding:
C/C++ Source or Header  |  2000-06-10  |  1.0 KB  |  33 lines

  1. /* Automatically generated header! Do not edit! */
  2.  
  3. #ifndef _INLINE_PROMETHEUS_H
  4. #define _INLINE_PROMETHEUS_H
  5.  
  6. #ifndef __INLINE_MACROS_H
  7. #include <inline/macros.h>
  8. #endif /* !__INLINE_MACROS_H */
  9.  
  10. #ifndef PROMETHEUS_BASE_NAME
  11. #define PROMETHEUS_BASE_NAME PrometheusBase
  12. #endif /* !PROMETHEUS_BASE_NAME */
  13.  
  14. #define Prm_FindBoardTagList(previous, taglist) \
  15.     LP2(0x1e, APTR, Prm_FindBoardTagList, APTR, previous, a0, struct TagItem*, taglist, a1, \
  16.     , PROMETHEUS_BASE_NAME)
  17.  
  18. #ifndef NO_INLINE_STDARG
  19. #define Prm_FindBoardTags(a0, tags...) \
  20.     ({ULONG _tags[] = { tags }; Prm_FindBoardTagList((a0), (struct TagItem*)_tags);})
  21. #endif /* !NO_INLINE_STDARG */
  22.  
  23. #define Prm_GetBoardAttrsTagList(board, taglist) \
  24.     LP2NR(0x24, Prm_GetBoardAttrsTagList, APTR, board, a0, struct TagItem*, taglist, a1, \
  25.     , PROMETHEUS_BASE_NAME)
  26.  
  27. #ifndef NO_INLINE_STDARG
  28. #define Prm_GetBoardAttrsTags(a0, tags...) \
  29.     ({ULONG _tags[] = { tags }; Prm_GetBoardAttrsTagList((a0), (struct TagItem*)_tags);})
  30. #endif /* !NO_INLINE_STDARG */
  31.  
  32. #endif /* !_INLINE_PROMETHEUS_H */
  33.